home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / include / jdir.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  141b  |  8 lines

  1. #ifndef _JDIR_HPP_
  2. #define _JDIR_HPP_
  3.  
  4. void get_directory(char *path, char **&files, int &tfiles, char **&dirs, int &tdirs);
  5.  
  6.  
  7. #endif
  8.